MoleBox FAQ - DLL embedding

Forward to Application integrity protection
Back to What is MoleBox?

Are embedded DLLs extracted to disk first before loading?

No. The sole files MoleBox creates are "dummy" DLLs in the temporary directory. These files contain only DLL headers and no real code. They are about 1.5-2 Kb in size. These dummy DLLs are required for correct work in Windows 9X and cannot be used by other applications.

Can I pack multiple DLLs depending from each other?

Yes.

Can I place second executable to the package?

No.

What about packing ActiveX DLLs?

ActiveX components may be packed like common DLLs. Packed application does not modify Windows registry on client computer, and you don't have to provide extra information for correct processing and usage of packed components. This feature also allows to use a packed component without registration.

Are you planning to add .NET support in the future?

Yes.